Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tests): handleIcon now needs 'path://' prefix when using a path string for SVGs #318

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

julien-deramond
Copy link
Contributor

Description

When running the Vue test example on the main branch, there's a warning displayed in the console:

[ECharts] DEPRECATED: handleIcon now needs 'path://' prefix when using a path string

It is confirmed by the documentation at https://echarts.apache.org/en/option.html#dataZoom-slider.handleIcon

So this PR fixes the issue at all places in the code where we use handleIcon.

This fix doesn't need a new release since it impacts only the test examples.

Types of change

  • Bug fix (non-breaking which fixes an issue)

Test checklist

Please check that the following tests projects are still working:

  • (N/A) docs/examples
  • (N/A) test/angular-ngx-echarts
  • test/angular-echarts
  • (N/A) test/html
  • test/react
  • test/vue
  • (N/A) test/examples/bar-line-chart
  • (N/A) test/examples/single-line-chart
  • (N/A) test/examples/timeseries-chart

Copy link

netlify bot commented Jul 23, 2024

Deploy Preview for ods-charts ready!

Name Link
🔨 Latest commit 17a839c
🔍 Latest deploy log https://app.netlify.com/sites/ods-charts/deploys/669f3d1809165f0008ae01c7
😎 Deploy Preview https://deploy-preview-318--ods-charts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@julien-deramond julien-deramond merged commit ee8841c into main Jul 23, 2024
5 checks passed
@julien-deramond julien-deramond deleted the main-jd-fix-warning-handleIcon branch July 23, 2024 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants